Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Points


Q3Point_GetPosition

You can use the Q3Point_GetPosition function to get the position of a point.

TQ3Status Q3Point_GetPosition (
TQ3GeometryObject point, 
TQ3Point3D *position);
point
A point.
position
On exit, the position of the specified point.
DESCRIPTION
The Q3Point_GetPosition function returns, in the position parameter, the position of the point specified by the point parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996